Gets or sets the text to use when the toggle is unchecked.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string UncheckedText { get; set; }
Visual Basic
Public Property UncheckedText As String
	Get
	Set
XAML Attribute Usage
<object UncheckedText="string" .../>

Field Value

The unchecked text.

See Also